﻿2026-06-13T10:36:18.4889834Z Current runner version: '2.335.1'
2026-06-13T10:36:18.4894440Z Runner name: 'kitsubito'
2026-06-13T10:36:18.4894960Z Runner group name: 'Default'
2026-06-13T10:36:18.4895603Z Machine name: 'KITSUBITO'
2026-06-13T10:36:18.4897493Z ##[group]GITHUB_TOKEN Permissions
2026-06-13T10:36:18.4899364Z Contents: read
2026-06-13T10:36:18.4899755Z Metadata: read
2026-06-13T10:36:18.4900117Z Packages: read
2026-06-13T10:36:18.4900484Z ##[endgroup]
2026-06-13T10:36:18.4902061Z Secret source: Actions
2026-06-13T10:36:18.4902553Z Prepare workflow directory
2026-06-13T10:36:18.5257448Z Prepare all required actions
2026-06-13T10:36:18.5286713Z Getting action download info
2026-06-13T10:36:18.8951533Z Download action repository 'actions/checkout@v5' (SHA:93cb6efe18208431cddfb8368fd83d5badbf9bfd)
2026-06-13T10:36:19.6812040Z Complete job name: n1-gate (self-hosted, Linux, kitsubito)
2026-06-13T10:36:19.7733452Z ##[group]Run actions/checkout@v5
2026-06-13T10:36:19.7734229Z with:
2026-06-13T10:36:19.7734595Z   fetch-depth: 0
2026-06-13T10:36:19.7735037Z   repository: SaberMage/spt-core
2026-06-13T10:36:19.7738728Z   token: ***
2026-06-13T10:36:19.7739162Z   ssh-strict: true
2026-06-13T10:36:19.7739520Z   ssh-user: git
2026-06-13T10:36:19.7739886Z   persist-credentials: true
2026-06-13T10:36:19.7740278Z   clean: true
2026-06-13T10:36:19.7740646Z   sparse-checkout-cone-mode: true
2026-06-13T10:36:19.7741071Z   fetch-tags: false
2026-06-13T10:36:19.7741434Z   show-progress: true
2026-06-13T10:36:19.7741800Z   lfs: false
2026-06-13T10:36:19.7742133Z   submodules: false
2026-06-13T10:36:19.7742497Z   set-safe-directory: true
2026-06-13T10:36:19.7743106Z ##[endgroup]
2026-06-13T10:36:19.8548121Z Syncing repository: SaberMage/spt-core
2026-06-13T10:36:19.8549709Z ##[group]Getting Git version info
2026-06-13T10:36:19.8550396Z Working directory is '/home/reavus/actions-runner/_work/spt-core/spt-core'
2026-06-13T10:36:19.8551289Z [command]/usr/bin/git version
2026-06-13T10:36:19.8551703Z git version 2.43.0
2026-06-13T10:36:19.8556623Z ##[endgroup]
2026-06-13T10:36:19.8568918Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/2323a60a-c46a-4b39-b4c7-7f4a089d578d' before making global git config changes
2026-06-13T10:36:19.8570153Z Adding repository directory to the temporary git global config as a safe directory
2026-06-13T10:36:19.8572123Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-core/spt-core
2026-06-13T10:36:19.8606661Z [command]/usr/bin/git config --local --get remote.origin.url
2026-06-13T10:36:19.8626024Z https://github.com/SaberMage/spt-core
2026-06-13T10:36:19.8635607Z ##[group]Removing previously created refs, to avoid conflicts
2026-06-13T10:36:19.8638103Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-06-13T10:36:19.8656570Z HEAD
2026-06-13T10:36:19.8687014Z ##[endgroup]
2026-06-13T10:36:19.8688154Z [command]/usr/bin/git submodule status
2026-06-13T10:36:19.8873332Z ##[group]Cleaning the repository
2026-06-13T10:36:19.8873980Z [command]/usr/bin/git clean -ffdx
2026-06-13T10:36:19.8900745Z Removing traceable-reqs
2026-06-13T10:36:19.8907397Z [command]/usr/bin/git reset --hard HEAD
2026-06-13T10:36:19.8951930Z HEAD is now at 6b98561 Merge 77e0fb1bc77f8f2f500c9bdadcd65e158b5d4c11 into b189513c697e4305452b836bcdc14ce1b573c7b4
2026-06-13T10:36:19.8956074Z ##[endgroup]
2026-06-13T10:36:19.8991231Z ##[group]Disabling automatic garbage collection
2026-06-13T10:36:19.8994678Z [command]/usr/bin/git config --local gc.auto 0
2026-06-13T10:36:19.9021431Z ##[endgroup]
2026-06-13T10:36:19.9022131Z ##[group]Setting up auth
2026-06-13T10:36:19.9028195Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-06-13T10:36:19.9057963Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-06-13T10:36:19.9247825Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-13T10:36:19.9273554Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-06-13T10:36:19.9476015Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-13T10:36:19.9518414Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-06-13T10:36:19.9725581Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-06-13T10:36:19.9762871Z ##[endgroup]
2026-06-13T10:36:19.9763647Z ##[group]Fetching the repository
2026-06-13T10:36:19.9772708Z [command]/usr/bin/git -c protocol.version=2 fetch --prune --no-recurse-submodules --unshallow origin +refs/heads/*:refs/remotes/origin/* +refs/tags/*:refs/tags/* +6b98561f05ce91955413fa74b34fd72d1fc225f1:refs/remotes/pull/8/merge
2026-06-13T10:36:21.7956399Z From https://github.com/SaberMage/spt-core
2026-06-13T10:36:21.7957090Z  * [new branch]      m9-gateway-wan   -> origin/m9-gateway-wan
2026-06-13T10:36:21.7957540Z  * [new branch]      m9-user-surfaces -> origin/m9-user-surfaces
2026-06-13T10:36:21.7986940Z ##[endgroup]
2026-06-13T10:36:21.7987365Z ##[group]Determining the checkout info
2026-06-13T10:36:21.7988179Z ##[endgroup]
2026-06-13T10:36:21.7992669Z [command]/usr/bin/git sparse-checkout disable
2026-06-13T10:36:21.8035219Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-06-13T10:36:21.8060793Z ##[group]Checking out the ref
2026-06-13T10:36:21.8072094Z [command]/usr/bin/git checkout --progress --force refs/remotes/pull/8/merge
2026-06-13T10:36:21.8115187Z HEAD is now at 6b98561 Merge 77e0fb1bc77f8f2f500c9bdadcd65e158b5d4c11 into b189513c697e4305452b836bcdc14ce1b573c7b4
2026-06-13T10:36:21.8119886Z ##[endgroup]
2026-06-13T10:36:21.8163203Z [command]/usr/bin/git log -1 --format=%H
2026-06-13T10:36:21.8188002Z 6b98561f05ce91955413fa74b34fd72d1fc225f1
2026-06-13T10:36:21.8409934Z ##[group]Run set -euo pipefail
2026-06-13T10:36:21.8410337Z [36;1mset -euo pipefail[0m
2026-06-13T10:36:21.8410603Z [36;1mPIN=0c95435[0m
2026-06-13T10:36:21.8410855Z [36;1mCACHE="$HOME/spt-n1-oldbroker"[0m
2026-06-13T10:36:21.8411136Z [36;1mBIN="$CACHE/target/debug/spt"[0m
2026-06-13T10:36:21.8411510Z [36;1m# Self-healing cache: rebuild the pin only when it moves. Clone OUTSIDE[0m
2026-06-13T10:36:21.8411953Z [36;1m# the workspace (a clone inside gets adopted by the cargo workspace).[0m
2026-06-13T10:36:21.8412416Z [36;1mif [ ! -x "$BIN" ] || [ "$(cat "$CACHE/.builtpin" 2>/dev/null || true)" != "$PIN" ]; then[0m
2026-06-13T10:36:21.8412787Z [36;1m  rm -rf "$CACHE"[0m
2026-06-13T10:36:21.8413055Z [36;1m  git clone "$GITHUB_WORKSPACE" "$CACHE"[0m
2026-06-13T10:36:21.8413374Z [36;1m  git -C "$CACHE" checkout "$PIN"[0m
2026-06-13T10:36:21.8413727Z [36;1m  cargo build --manifest-path "$CACHE/Cargo.toml" -p spt --bin spt[0m
2026-06-13T10:36:21.8414146Z [36;1m  echo "$PIN" > "$CACHE/.builtpin"[0m
2026-06-13T10:36:21.8414410Z [36;1mfi[0m
2026-06-13T10:36:21.8414720Z [36;1mSPT_N1_OLD_BROKER="$BIN" cargo test -p spt --test n1_pairing -- --nocapture[0m
2026-06-13T10:36:21.8431194Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2026-06-13T10:36:21.8431570Z ##[endgroup]
2026-06-13T10:36:22.1239650Z    Compiling proc-macro2 v1.0.106
2026-06-13T10:36:22.1240438Z    Compiling quote v1.0.45
2026-06-13T10:36:22.1240904Z    Compiling unicode-ident v1.0.24
2026-06-13T10:36:22.1241260Z    Compiling libc v0.2.186
2026-06-13T10:36:22.1241503Z    Compiling serde_core v1.0.228
2026-06-13T10:36:22.1241764Z    Compiling serde v1.0.228
2026-06-13T10:36:22.1280528Z    Compiling cfg-if v1.0.4
2026-06-13T10:36:22.1320011Z    Compiling pin-project-lite v0.2.17
2026-06-13T10:36:22.1345995Z    Compiling typenum v1.20.1
2026-06-13T10:36:22.1346683Z    Compiling portable-atomic v1.13.1
2026-06-13T10:36:22.1379665Z    Compiling version_check v0.9.5
2026-06-13T10:36:22.1455718Z    Compiling memchr v2.8.1
2026-06-13T10:36:22.1613628Z    Compiling find-msvc-tools v0.1.9
2026-06-13T10:36:22.1665307Z    Compiling shlex v2.0.1
2026-06-13T10:36:22.1703589Z    Compiling critical-section v1.2.0
2026-06-13T10:36:22.1893563Z    Compiling subtle v2.6.1
2026-06-13T10:36:22.2329992Z    Compiling bytes v1.11.1
2026-06-13T10:36:22.2472760Z    Compiling futures-core v0.3.32
2026-06-13T10:36:22.2675086Z    Compiling log v0.4.32
2026-06-13T10:36:22.4096444Z    Compiling smallvec v1.15.1
2026-06-13T10:36:22.4282480Z    Compiling semver v1.0.28
2026-06-13T10:36:22.4421564Z    Compiling stable_deref_trait v1.2.1
2026-06-13T10:36:22.4916721Z    Compiling equivalent v1.0.2
2026-06-13T10:36:22.5041633Z    Compiling itoa v1.0.18
2026-06-13T10:36:22.5234358Z    Compiling slab v0.4.12
2026-06-13T10:36:22.5331095Z    Compiling futures-sink v0.3.32
2026-06-13T10:36:22.5601528Z    Compiling generic-array v0.14.7
2026-06-13T10:36:22.5731879Z    Compiling futures-io v0.3.32
2026-06-13T10:36:22.6028321Z    Compiling futures-channel v0.3.32
2026-06-13T10:36:22.6146362Z    Compiling futures-task v0.3.32
2026-06-13T10:36:22.7061970Z    Compiling hashbrown v0.17.1
2026-06-13T10:36:22.7338007Z    Compiling rustc_version v0.4.1
2026-06-13T10:36:22.7404921Z    Compiling cpufeatures v0.2.17
2026-06-13T10:36:22.7634778Z    Compiling fnv v1.0.7
2026-06-13T10:36:22.8291131Z    Compiling bitflags v2.12.1
2026-06-13T10:36:22.8360761Z    Compiling cfg_aliases v0.2.1
2026-06-13T10:36:22.8431358Z    Compiling rand_core v0.10.1
2026-06-13T10:36:22.8501335Z    Compiling litemap v0.8.2
2026-06-13T10:36:22.8631389Z    Compiling writeable v0.6.3
2026-06-13T10:36:22.8781389Z    Compiling rustversion v1.0.22
2026-06-13T10:36:22.9061813Z    Compiling dunce v1.0.5
2026-06-13T10:36:22.9400961Z    Compiling icu_normalizer_data v2.2.0
2026-06-13T10:36:22.9931168Z    Compiling getrandom v0.4.2
2026-06-13T10:36:23.0242201Z    Compiling fs_extra v1.3.0
2026-06-13T10:36:23.0721721Z    Compiling utf8_iter v1.0.4
2026-06-13T10:36:23.1152261Z    Compiling icu_properties_data v2.2.0
2026-06-13T10:36:23.1581577Z    Compiling percent-encoding v2.3.2
2026-06-13T10:36:23.1584091Z    Compiling autocfg v1.5.1
2026-06-13T10:36:23.2207451Z    Compiling http v1.4.1
2026-06-13T10:36:23.2691609Z    Compiling strsim v0.11.1
2026-06-13T10:36:23.3361402Z    Compiling aws-lc-rs v1.17.0
2026-06-13T10:36:23.3635951Z    Compiling cpufeatures v0.3.0
2026-06-13T10:36:23.3766430Z    Compiling thiserror v2.0.18
2026-06-13T10:36:23.4001123Z    Compiling form_urlencoded v1.2.2
2026-06-13T10:36:23.4663268Z    Compiling chacha20 v0.10.0
2026-06-13T10:36:23.5821590Z    Compiling ident_case v1.0.1
2026-06-13T10:36:23.5991452Z    Compiling untrusted v0.9.0
2026-06-13T10:36:23.6210913Z    Compiling rustls v0.23.40
2026-06-13T10:36:23.7223860Z    Compiling syn v2.0.117
2026-06-13T10:36:23.7342459Z    Compiling scopeguard v1.2.0
2026-06-13T10:36:23.7378402Z    Compiling unicode-segmentation v1.13.3
2026-06-13T10:36:23.7936661Z    Compiling const-oid v0.10.2
2026-06-13T10:36:23.8013039Z    Compiling lock_api v0.4.14
2026-06-13T10:36:23.8161114Z    Compiling indexmap v2.14.0
2026-06-13T10:36:23.8431592Z    Compiling unicode-xid v0.2.6
2026-06-13T10:36:23.8651325Z    Compiling atomic-waker v1.1.2
2026-06-13T10:36:23.8728505Z    Compiling anyhow v1.0.102
2026-06-13T10:36:23.8800828Z    Compiling zerocopy v0.8.50
2026-06-13T10:36:23.9306800Z    Compiling httparse v1.10.1
2026-06-13T10:36:23.9582595Z    Compiling hybrid-array v0.4.12
2026-06-13T10:36:23.9963465Z    Compiling num-traits v0.2.19
2026-06-13T10:36:24.0271821Z    Compiling curve25519-dalek v4.1.3
2026-06-13T10:36:24.0401471Z    Compiling ahash v0.8.12
2026-06-13T10:36:24.1551375Z    Compiling base64ct v1.8.3
2026-06-13T10:36:24.2427659Z    Compiling jobserver v0.1.34
2026-06-13T10:36:24.2829137Z    Compiling paste v1.0.15
2026-06-13T10:36:24.3105553Z    Compiling heck v0.5.0
2026-06-13T10:36:24.3380815Z    Compiling fastrand v2.4.1
2026-06-13T10:36:24.3530882Z    Compiling convert_case v0.10.0
2026-06-13T10:36:24.4120581Z    Compiling http-body v1.0.1
2026-06-13T10:36:24.4610807Z    Compiling powerfmt v0.2.0
2026-06-13T10:36:24.5900601Z    Compiling cc v1.2.63
2026-06-13T10:36:24.5970636Z    Compiling crypto-common v0.1.7
2026-06-13T10:36:24.6030623Z    Compiling block-buffer v0.10.4
2026-06-13T10:36:24.6160737Z    Compiling deranged v0.5.8
2026-06-13T10:36:24.6757280Z    Compiling pem-rfc7468 v1.0.0
2026-06-13T10:36:24.7331705Z    Compiling digest v0.10.7
2026-06-13T10:36:24.7635921Z    Compiling parking_lot_core v0.9.12
2026-06-13T10:36:24.7930854Z    Compiling num-conv v0.2.2
2026-06-13T10:36:24.8243942Z    Compiling time-core v0.1.8
2026-06-13T10:36:24.8700268Z    Compiling base64 v0.22.1
2026-06-13T10:36:24.9530860Z    Compiling pkg-config v0.3.33
2026-06-13T10:36:24.9790902Z    Compiling vcpkg v0.2.15
2026-06-13T10:36:25.0700839Z    Compiling try-lock v0.2.5
2026-06-13T10:36:25.0950814Z    Compiling tinyvec_macros v0.1.1
2026-06-13T10:36:25.1020458Z    Compiling tower-service v0.3.3
2026-06-13T10:36:25.1448335Z    Compiling socket2 v0.6.4
2026-06-13T10:36:25.1551155Z    Compiling mio v1.2.1
2026-06-13T10:36:25.1801000Z    Compiling getrandom v0.2.17
2026-06-13T10:36:25.2142802Z    Compiling data-encoding v2.11.0
2026-06-13T10:36:25.2144027Z    Compiling zmij v1.0.21
2026-06-13T10:36:25.2358326Z    Compiling tinyvec v1.11.0
2026-06-13T10:36:25.2531093Z    Compiling want v0.3.1
2026-06-13T10:36:25.4406208Z    Compiling rand v0.10.1
2026-06-13T10:36:25.4651477Z    Compiling rand_core v0.6.4
2026-06-13T10:36:25.4889148Z    Compiling sha2 v0.10.9
2026-06-13T10:36:25.6160705Z    Compiling block-buffer v0.12.0
2026-06-13T10:36:25.6510430Z    Compiling crypto-common v0.2.2
2026-06-13T10:36:25.8302821Z    Compiling inout v0.1.4
2026-06-13T10:36:25.9191070Z    Compiling cmake v0.1.58
2026-06-13T10:36:25.9390584Z    Compiling vergen-lib v9.1.0
2026-06-13T10:36:25.9788307Z    Compiling n0-future v0.3.2
2026-06-13T10:36:26.0294752Z    Compiling signature v2.2.0
2026-06-13T10:36:26.0650637Z    Compiling cordyceps v0.3.4
2026-06-13T10:36:26.1067028Z    Compiling diatomic-waker v0.2.3
2026-06-13T10:36:26.1761041Z    Compiling crossbeam-utils v0.8.21
2026-06-13T10:36:26.1931262Z    Compiling serde_json v1.0.150
2026-06-13T10:36:26.2185135Z    Compiling winnow v1.0.3
2026-06-13T10:36:26.2253996Z    Compiling httpdate v1.0.3
2026-06-13T10:36:26.2674088Z    Compiling parking v2.2.1
2026-06-13T10:36:26.4041320Z    Compiling spin v0.10.0
2026-06-13T10:36:26.4114140Z    Compiling netlink-packet-core v0.8.1
2026-06-13T10:36:26.4492787Z    Compiling futures-lite v2.6.1
2026-06-13T10:36:26.4970698Z    Compiling ed25519 v2.2.3
2026-06-13T10:36:26.5137199Z    Compiling futures-buffered v0.2.13
2026-06-13T10:36:26.5312808Z    Compiling cipher v0.4.4
2026-06-13T10:36:26.5597654Z    Compiling universal-hash v0.5.1
2026-06-13T10:36:26.5783360Z    Compiling vergen-lib v0.1.6
2026-06-13T10:36:26.5837901Z    Compiling vergen v9.1.0
2026-06-13T10:36:26.6980778Z    Compiling digest v0.11.3
2026-06-13T10:36:26.7176373Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-06-13T10:36:26.7308356Z    Compiling heapless v0.7.17
2026-06-13T10:36:26.7610604Z    Compiling noq-udp v0.10.0
2026-06-13T10:36:26.7800433Z    Compiling sync_wrapper v1.0.2
2026-06-13T10:36:26.8140724Z    Compiling either v1.16.0
2026-06-13T10:36:26.8632841Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-06-13T10:36:26.8984845Z    Compiling opaque-debug v0.3.1
2026-06-13T10:36:26.9022068Z    Compiling byteorder v1.5.0
2026-06-13T10:36:26.9221263Z    Compiling aws-lc-sys v0.41.0
2026-06-13T10:36:26.9530783Z    Compiling ring v0.17.14
2026-06-13T10:36:26.9598203Z    Compiling libsqlite3-sys v0.30.1
2026-06-13T10:36:26.9880879Z    Compiling polyval v0.6.2
2026-06-13T10:36:27.0380623Z    Compiling parking_lot v0.12.5
2026-06-13T10:36:27.0682192Z    Compiling hash32 v0.2.1
2026-06-13T10:36:27.1346829Z    Compiling spin v0.9.8
2026-06-13T10:36:27.2391106Z    Compiling vergen-gitcl v1.0.8
2026-06-13T10:36:27.2581437Z    Compiling fallible-streaming-iterator v0.1.9
2026-06-13T10:36:27.2709248Z    Compiling tower-layer v0.3.3
2026-06-13T10:36:27.3880523Z    Compiling fallible-iterator v0.3.0
2026-06-13T10:36:27.4040727Z    Compiling signature v3.0.0
2026-06-13T10:36:27.4096866Z    Compiling num_threads v0.1.7
2026-06-13T10:36:27.4366584Z    Compiling ghash v0.5.1
2026-06-13T10:36:27.4760488Z    Compiling sha2 v0.11.0-rc.5
2026-06-13T10:36:27.5151550Z    Compiling time v0.3.47
2026-06-13T10:36:27.5332674Z    Compiling ctr v0.9.2
2026-06-13T10:36:27.5433415Z    Compiling aes v0.8.4
2026-06-13T10:36:27.6370804Z    Compiling aead v0.5.2
2026-06-13T10:36:27.6440812Z    Compiling http-body-util v0.1.3
2026-06-13T10:36:27.7260673Z    Compiling openssl-probe v0.2.1
2026-06-13T10:36:27.7860893Z    Compiling crossbeam-epoch v0.9.18
2026-06-13T10:36:27.9140625Z    Compiling crossbeam-channel v0.5.15
2026-06-13T10:36:27.9810280Z    Compiling blake3 v1.8.5
2026-06-13T10:36:27.9930863Z    Compiling netlink-packet-route v0.29.0
2026-06-13T10:36:28.0090851Z    Compiling uuid v1.23.2
2026-06-13T10:36:28.1790818Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-06-13T10:36:28.2792621Z    Compiling aes-gcm v0.10.3
2026-06-13T10:36:28.2859204Z    Compiling memoffset v0.6.5
2026-06-13T10:36:28.3820472Z    Compiling acto v0.8.2
2026-06-13T10:36:28.4433039Z    Compiling aho-corasick v1.1.4
2026-06-13T10:36:28.5061168Z    Compiling noq v0.18.0
2026-06-13T10:36:28.5143313Z    Compiling netwatch v0.16.0
2026-06-13T10:36:28.6360937Z    Compiling mac-addr v0.3.0
2026-06-13T10:36:28.7444390Z    Compiling ryu v1.0.23
2026-06-13T10:36:28.7665790Z    Compiling xml-rs v0.8.28
2026-06-13T10:36:28.7901557Z    Compiling ref-cast v1.0.25
2026-06-13T10:36:28.8019364Z    Compiling regex-syntax v0.8.10
2026-06-13T10:36:28.8449189Z    Compiling rustix v1.1.4
2026-06-13T10:36:28.9820614Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-06-13T10:36:29.1370758Z    Compiling sorted-index-buffer v0.2.1
2026-06-13T10:36:29.1813833Z    Compiling foldhash v0.2.0
2026-06-13T10:36:29.2905683Z    Compiling synstructure v0.13.2
2026-06-13T10:36:29.2923437Z    Compiling darling_core v0.20.11
2026-06-13T10:36:29.3067223Z    Compiling rustc-hash v2.1.2
2026-06-13T10:36:29.3631034Z    Compiling identity-hash v0.1.0
2026-06-13T10:36:29.4490870Z    Compiling thiserror v1.0.69
2026-06-13T10:36:29.4557794Z    Compiling tagptr v0.2.0
2026-06-13T10:36:29.5040696Z    Compiling allocator-api2 v0.2.21
2026-06-13T10:36:29.6414655Z    Compiling lru-slab v0.1.2
2026-06-13T10:36:29.7512476Z    Compiling xmltree v0.10.3
2026-06-13T10:36:29.9451747Z    Compiling serde_derive_internals v0.29.1
2026-06-13T10:36:30.0351348Z    Compiling proc-macro-crate v3.5.0
2026-06-13T10:36:30.0719353Z    Compiling hashbrown v0.16.1
2026-06-13T10:36:30.2480877Z    Compiling netlink-packet-route v0.30.0
2026-06-13T10:36:30.6360759Z    Compiling termios v0.2.2
2026-06-13T10:36:30.6565717Z    Compiling serial-core v0.4.0
2026-06-13T10:36:30.7282270Z    Compiling ioctl-rs v0.1.6
2026-06-13T10:36:30.8141242Z    Compiling simple-dns v0.9.3
2026-06-13T10:36:30.8278246Z    Compiling smol_str v0.1.24
2026-06-13T10:36:30.8298763Z    Compiling linux-raw-sys v0.12.1
2026-06-13T10:36:30.8708310Z    Compiling arrayvec v0.7.6
2026-06-13T10:36:30.9583287Z    Compiling winnow v0.7.15
2026-06-13T10:36:31.0420821Z    Compiling constant_time_eq v0.4.2
2026-06-13T10:36:31.0970723Z    Compiling arrayref v0.3.9
2026-06-13T10:36:31.2050706Z    Compiling sha1_smol v1.0.1
2026-06-13T10:36:31.2373737Z    Compiling toml_write v0.1.2
2026-06-13T10:36:31.2382496Z    Compiling resolv-conf v0.7.6
2026-06-13T10:36:31.3140609Z    Compiling simdutf8 v0.1.5
2026-06-13T10:36:31.4704534Z    Compiling regex-automata v0.4.14
2026-06-13T10:36:31.5067434Z    Compiling serde_derive v1.0.228
2026-06-13T10:36:31.6270894Z    Compiling zeroize_derive v1.4.3
2026-06-13T10:36:31.9391190Z    Compiling tokio-macros v2.7.0
2026-06-13T10:36:32.2869983Z    Compiling zerofrom-derive v0.1.7
2026-06-13T10:36:32.3380468Z    Compiling zeroize v1.8.2
2026-06-13T10:36:32.5530732Z    Compiling futures-macro v0.3.32
2026-06-13T10:36:32.5847700Z    Compiling yoke-derive v0.8.2
2026-06-13T10:36:32.7636647Z    Compiling zerovec-derive v0.11.3
2026-06-13T10:36:32.8108121Z    Compiling tokio v1.52.3
2026-06-13T10:36:32.8471248Z    Compiling displaydoc v0.2.6
2026-06-13T10:36:33.6763232Z    Compiling tracing-attributes v0.1.31
2026-06-13T10:36:33.8021010Z    Compiling zerofrom v0.1.8
2026-06-13T10:36:33.8028243Z    Compiling rustls-pki-types v1.14.1
2026-06-13T10:36:33.8331795Z    Compiling futures-util v0.3.32
2026-06-13T10:36:33.8469241Z    Compiling curve25519-dalek-derive v0.1.1
2026-06-13T10:36:33.8930709Z    Compiling thiserror-impl v2.0.18
2026-06-13T10:36:34.0590942Z    Compiling yoke v0.8.3
2026-06-13T10:36:34.3891793Z    Compiling zerotrie v0.2.4
2026-06-13T10:36:34.6096632Z    Compiling zerovec v0.11.6
2026-06-13T10:36:34.6450828Z    Compiling darling_macro v0.20.11
2026-06-13T10:36:34.7077467Z    Compiling derive_more-impl v2.1.1
2026-06-13T10:36:34.8270957Z    Compiling n0-error-macros v0.1.3
2026-06-13T10:36:35.1588332Z    Compiling darling v0.20.11
2026-06-13T10:36:35.2538655Z    Compiling derive_builder_core v0.20.2
2026-06-13T10:36:35.4384444Z    Compiling tinystr v0.8.3
2026-06-13T10:36:35.5031862Z    Compiling potential_utf v0.1.5
2026-06-13T10:36:35.6889702Z    Compiling icu_locale_core v2.2.0
2026-06-13T10:36:35.7070657Z    Compiling icu_collections v2.2.0
2026-06-13T10:36:35.7232315Z    Compiling spez v0.1.2
2026-06-13T10:36:36.0101250Z    Compiling der v0.8.0-rc.10
2026-06-13T10:36:36.2150887Z    Compiling n0-error v0.1.3
2026-06-13T10:36:36.6510731Z    Compiling pin-project-internal v1.1.13
2026-06-13T10:36:36.6902038Z    Compiling cobs v0.3.0
2026-06-13T10:36:36.7840666Z    Compiling derive_builder_macro v0.20.2
2026-06-13T10:36:36.9441615Z    Compiling icu_provider v2.2.0
2026-06-13T10:36:37.2656032Z    Compiling icu_properties v2.2.0
2026-06-13T10:36:37.3700689Z    Compiling icu_normalizer v2.2.0
2026-06-13T10:36:37.6160529Z    Compiling ipnet v2.12.0
2026-06-13T10:36:37.7240629Z    Compiling derive_builder v0.20.2
2026-06-13T10:36:37.8901129Z    Compiling spki v0.8.0-rc.4
2026-06-13T10:36:37.9760058Z    Compiling futures-executor v0.3.32
2026-06-13T10:36:38.0630377Z    Compiling once_cell v1.21.4
2026-06-13T10:36:38.1660732Z    Compiling pkcs8 v0.11.0-rc.10
2026-06-13T10:36:38.1870864Z    Compiling prefix-trie v0.8.4
2026-06-13T10:36:38.2641042Z    Compiling pin-project v1.1.13
2026-06-13T10:36:38.2980697Z    Compiling tracing-core v0.1.36
2026-06-13T10:36:38.3370767Z    Compiling ed25519-dalek v2.2.0
2026-06-13T10:36:38.3430404Z    Compiling ed25519 v3.0.0-rc.4
2026-06-13T10:36:38.3661967Z    Compiling futures v0.3.32
2026-06-13T10:36:38.5290959Z    Compiling hashbrown v0.14.5
2026-06-13T10:36:38.6051362Z    Compiling spt-proto v0.4.2 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-proto)
2026-06-13T10:36:38.6961315Z    Compiling data-encoding-macro-internal v0.1.18
2026-06-13T10:36:38.8555231Z    Compiling tracing v0.1.44
2026-06-13T10:36:38.8831254Z    Compiling idna_adapter v1.2.2
2026-06-13T10:36:38.9615254Z    Compiling postcard-derive v0.2.2
2026-06-13T10:36:39.0022912Z    Compiling idna v1.1.0
2026-06-13T10:36:39.2170664Z    Compiling data-encoding-macro v0.1.20
2026-06-13T10:36:39.2691291Z    Compiling rustls-native-certs v0.8.4
2026-06-13T10:36:39.2881868Z    Compiling enum-assoc v1.3.0
2026-06-13T10:36:39.3394178Z    Compiling iroh-metrics-derive v0.4.1
2026-06-13T10:36:39.4360601Z    Compiling url v2.5.8
2026-06-13T10:36:39.6069245Z    Compiling hashlink v0.9.1
2026-06-13T10:36:39.6511140Z    Compiling tokio-util v0.7.18
2026-06-13T10:36:39.6676934Z    Compiling netlink-sys v0.8.8
2026-06-13T10:36:39.7921146Z    Compiling tower v0.5.3
2026-06-13T10:36:39.8482089Z    Compiling postcard v1.1.3
2026-06-13T10:36:39.8681353Z    Compiling strum_macros v0.28.0
2026-06-13T10:36:40.0160621Z    Compiling derive_more v2.1.1
2026-06-13T10:36:40.0201016Z    Compiling num_enum_derive v0.7.6
2026-06-13T10:36:40.0500767Z    Compiling rusqlite v0.32.1
2026-06-13T10:36:40.0811223Z    Compiling async-trait v0.1.89
2026-06-13T10:36:40.2260708Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-06-13T10:36:40.2364578Z    Compiling iroh-relay v0.98.0
2026-06-13T10:36:40.3260715Z    Compiling iroh-metrics v0.38.3
2026-06-13T10:36:40.3530680Z    Compiling netdev v0.42.0
2026-06-13T10:36:40.5091820Z    Compiling hickory-proto v0.26.0-beta.4
2026-06-13T10:36:40.5551361Z    Compiling tower-http v0.6.11
2026-06-13T10:36:40.5668043Z    Compiling attohttpc v0.30.1
2026-06-13T10:36:40.7280827Z    Compiling iroh-base v0.98.0
2026-06-13T10:36:41.0073302Z    Compiling h2 v0.4.14
2026-06-13T10:36:41.1641262Z    Compiling n0-watcher v0.6.1
2026-06-13T10:36:41.2217541Z    Compiling tokio-stream v0.1.18
2026-06-13T10:36:41.3635000Z    Compiling num_enum v0.7.6
2026-06-13T10:36:41.4748668Z    Compiling spt-store v0.4.2 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-store)
2026-06-13T10:36:41.4890789Z    Compiling netlink-proto v0.12.0
2026-06-13T10:36:41.5099566Z    Compiling moka v0.12.15
2026-06-13T10:36:41.5350293Z    Compiling serde_spanned v0.6.9
2026-06-13T10:36:41.6564519Z    Compiling toml_datetime v0.6.11
2026-06-13T10:36:41.6875073Z    Compiling ref-cast-impl v1.0.25
2026-06-13T10:36:41.7527057Z    Compiling thiserror-impl v1.0.69
2026-06-13T10:36:41.8890535Z    Compiling regex v1.12.3
2026-06-13T10:36:42.0220927Z    Compiling toml_edit v0.22.27
2026-06-13T10:36:42.1881045Z    Compiling webpki-roots v1.0.7
2026-06-13T10:36:42.3350953Z    Compiling schemars_derive v1.2.1
2026-06-13T10:36:42.3580736Z    Compiling lru v0.16.4
2026-06-13T10:36:42.4260631Z    Compiling serial-unix v0.4.0
2026-06-13T10:36:42.6301177Z    Compiling serde_bytes v0.11.19
2026-06-13T10:36:42.6928629Z    Compiling seize v0.5.1
2026-06-13T10:36:42.7070838Z    Compiling hmac v0.12.1
2026-06-13T10:36:42.7277479Z    Compiling iroh v0.98.2
2026-06-13T10:36:42.7551094Z    Compiling cmov v0.5.4
2026-06-13T10:36:42.8910627Z    Compiling bitflags v1.3.2
2026-06-13T10:36:42.9622838Z    Compiling pin-utils v0.1.0
2026-06-13T10:36:42.9724615Z    Compiling dyn-clone v1.0.20
2026-06-13T10:36:42.9831946Z    Compiling utf8parse v0.2.2
2026-06-13T10:36:43.0220844Z    Compiling nix v0.25.1
2026-06-13T10:36:43.0350773Z    Compiling ctutils v0.4.2
2026-06-13T10:36:43.0450976Z    Compiling papaya v0.2.4
2026-06-13T10:36:43.0806120Z    Compiling anstyle-parse v1.0.0
2026-06-13T10:36:43.1975886Z    Compiling hkdf v0.12.4
2026-06-13T10:36:43.1989631Z    Compiling serial v0.4.0
2026-06-13T10:36:43.2700640Z    Compiling backon v1.6.0
2026-06-13T10:36:43.2837683Z    Compiling strum v0.28.0
2026-06-13T10:36:43.3040652Z    Compiling colorchoice v1.0.5
2026-06-13T10:36:43.3416693Z    Compiling downcast-rs v1.2.1
2026-06-13T10:36:43.3549915Z    Compiling iroh-dns v0.98.0
2026-06-13T10:36:43.3955684Z    Compiling shell-words v1.1.1
2026-06-13T10:36:43.4390130Z    Compiling anstyle v1.0.14
2026-06-13T10:36:43.4451107Z    Compiling anstyle-query v1.1.5
2026-06-13T10:36:43.5910537Z    Compiling is_terminal_polyfill v1.70.2
2026-06-13T10:36:43.5954868Z    Compiling spake2 v0.4.0
2026-06-13T10:36:43.6108756Z    Compiling terminal_size v0.4.4
2026-06-13T10:36:43.6273335Z    Compiling sha1 v0.10.6
2026-06-13T10:36:43.6840918Z    Compiling filedescriptor v0.8.3
2026-06-13T10:36:43.6922960Z    Compiling doctest-file v1.1.1
2026-06-13T10:36:43.7690866Z    Compiling anstream v1.0.0
2026-06-13T10:36:43.7867666Z    Compiling clap_lex v1.1.0
2026-06-13T10:36:43.9521036Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-06-13T10:36:43.9640600Z    Compiling clap_derive v4.6.1
2026-06-13T10:36:43.9908044Z    Compiling iana-time-zone v0.1.65
2026-06-13T10:36:44.0008896Z    Compiling qrcode v0.14.1
2026-06-13T10:36:44.0679493Z    Compiling tempfile v3.27.0
2026-06-13T10:36:44.2270651Z    Compiling interprocess v2.4.2
2026-06-13T10:36:44.3841592Z    Compiling spt-msg v0.4.2 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-msg)
2026-06-13T10:36:44.3970946Z    Compiling clap_builder v4.6.0
2026-06-13T10:36:44.4271001Z    Compiling chrono v0.4.45
2026-06-13T10:36:44.7512278Z    Compiling schemars v1.2.1
2026-06-13T10:36:45.1381926Z    Compiling toml v0.8.23
2026-06-13T10:36:46.1831166Z    Compiling spt-runtime v0.4.2 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-runtime)
2026-06-13T10:36:47.2011053Z    Compiling hyper v1.10.1
2026-06-13T10:36:47.5221914Z    Compiling portable-pty v0.8.1
2026-06-13T10:36:47.6131419Z    Compiling clap v4.6.1
2026-06-13T10:36:48.0470990Z    Compiling spt-term v0.4.2 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-term)
2026-06-13T10:36:48.8375244Z    Compiling spt-live v0.4.2 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-live)
2026-06-13T10:36:49.0601883Z    Compiling hyper-util v0.1.20
2026-06-13T10:36:50.8724639Z    Compiling igd-next v0.17.1
2026-06-13T10:36:51.8736363Z    Compiling portmapper v0.16.0
2026-06-13T10:36:55.1924620Z    Compiling rustls-webpki v0.103.13
2026-06-13T10:36:57.7813145Z    Compiling tokio-rustls v0.26.4
2026-06-13T10:36:57.7815021Z    Compiling noq-proto v0.17.0
2026-06-13T10:36:57.7815540Z    Compiling rustls-platform-verifier v0.7.0
2026-06-13T10:36:57.9356247Z    Compiling hickory-net v0.26.0-beta.4
2026-06-13T10:36:57.9356895Z    Compiling hyper-rustls v0.27.9
2026-06-13T10:36:57.9357501Z    Compiling tokio-websockets v0.13.2
2026-06-13T10:36:58.0946315Z    Compiling reqwest v0.13.4
2026-06-13T10:36:59.1817235Z    Compiling hickory-resolver v0.26.0-beta.4
2026-06-13T10:37:14.6478896Z    Compiling spt-net v0.4.2 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-net)
2026-06-13T10:37:16.0549963Z    Compiling spt-daemon v0.4.2 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-daemon)
2026-06-13T10:37:22.9635303Z    Compiling spt v0.4.2 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt)
2026-06-13T10:37:26.3209779Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 04s
2026-06-13T10:37:26.3430984Z      Running tests/n1_pairing.rs (target/debug/deps/n1_pairing-be36ffbaf1f85fb1)
2026-06-13T10:37:26.3444512Z 
2026-06-13T10:37:26.3444712Z running 1 test
2026-06-13T10:37:32.5355370Z test new_brain_serves_against_old_broker ... ok
2026-06-13T10:37:32.5355808Z 
2026-06-13T10:37:32.5356214Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 6.19s
2026-06-13T10:37:32.5356733Z 
2026-06-13T10:37:32.5581248Z Post job cleanup.
2026-06-13T10:37:32.6314666Z [command]/usr/bin/git version
2026-06-13T10:37:32.6383286Z git version 2.43.0
2026-06-13T10:37:32.6413904Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/d12d3ed4-069e-4f80-a925-ec06705b2929' before making global git config changes
2026-06-13T10:37:32.6414557Z Adding repository directory to the temporary git global config as a safe directory
2026-06-13T10:37:32.6417175Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-core/spt-core
2026-06-13T10:37:32.6447077Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-06-13T10:37:32.6473091Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-06-13T10:37:32.6664469Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-13T10:37:32.6685751Z http.https://github.com/.extraheader
2026-06-13T10:37:32.6693234Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader
2026-06-13T10:37:32.6718309Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-06-13T10:37:32.6905855Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-13T10:37:32.6931176Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-06-13T10:37:32.7225919Z Cleaning up orphan processes
2026-06-13T10:37:32.7848636Z Terminate orphan process: pid (1814804) (spt)
